***********************************************************

Texas Instruments MSPBoot 
Bootloader residing in Main memory for MSP430

***********************************************************


Release Notes:

Version 1.0.0.0  - May 22 2013
-> MSPBoot Code and Examples 1.0.0.0: 
	-> Initial release.
	-> Devices supported (examples): G2xx2, G2xx3 and FR57xx. 
	-> Configurations supported: Simple, BSLbased, SMBusbased, BSLBased_DualImg
	-> Support for G2xx USCI, G2xx USI and FR57xx EUSCI, all in I2C mode

-> MSP-EXP430F5438 Host Example 1.0.0.0:
	-> Initial Release
	-> Supporting all target devices and all configurations

-> MSP-EXP430G2 Host Example 1.0.0.0:
	-> Initial Release
	-> Supporting all target devices and only BSL-based configuration

-> 430txt2C.pl 1_02_00_00:
	-> Initial release

-> CRCGen430 1.0.0.0:
	-> Initial release


----------------------------------------------------------------------------------------

Version 1.0.1.0  -  Dec 11 2013
-> MSPBoot Code and Examples 1.0.1.0: 
	-> Added a note to G2xx MSPBoot source code explaining the startup procedure with 
	   devices without SVS and some recommendations

-> CRCGen430 1.0.1.0:
	-> Fix problem supporting lenght > 16bits
	-> Exe Supports WinXP


----------------------------------------------------------------------------------------

Version 1.0.1.1  -  Jan 21 2014
-> All project uses BSD license

----------------------------------------------------------------------------------------

Version 1.1.0.0  -  Feb 26 2014
-> MSPBoot Code and Examples 1.1.0.0: 
	-> Add support (bootloader and examples) for SPI and UART using G2xx3 USCI
	-> Use linker files from LinkerGen
	-> Order of callback structure changed in bootloader
	-> Change some response error messages
	-> App2 uses P2.0 for LED2 instead of P1.1 (conflicts with UART/SPI)
	-> Several cosmetic changes (comments, code alignment, file names)

-> MSP-EXP430G2 Host Example 1.1.0.0:
	-> Add support for SPI and UART target devices

-> MSPBootLinkerGen 1.0.0.0:
	-> Initial release
	-> Includes templates for Bootloader and applications for IAR and CCS, and
           batch file example showing how to generate linker files for all targets

----------------------------------------------------------------------------------------